.. _Draw Functions: ========================== Draw Functions ========================== .. toctree:: :maxdepth: 1 +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | **Functions** | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawCleanup_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawPointSize_DX**\(float size) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawPointSize_GL**\(float size) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawCheckDeviceReadiness_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawSupportsBGRA_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawSupportsBGRA_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawSupportsTones_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawVisible**\(:ref:`CRect`\& rDest, unsigned long colorOn, unsigned long colorOff, unsigned char code) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawFill**\(:ref:`SDL_Rect` r, unsigned long color, :ref:`SDL_Rect` rClip) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long \_\_cdecl **DrawAlpha**\(unsigned long alpha) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBegin**\(DrawMode mode) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBeginScaled**\(int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBeginSort**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBindTexture**\(int texture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBlendFunc**\(DrawBlend src, DrawBlend dst) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBlurAmount**\(float amount) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawCheckDeviceReadiness**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawCleanup**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawClear**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long \_\_cdecl **DrawColor**\(unsigned long color) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawColorTone**\(DrawTone tone) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawCompressedTexImage2D**\(int w, int h, int format, int imageSize, const void\* data) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawDeleteTexture**\(int texture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawDisable**\(DrawFeature f) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEnable**\(DrawFeature f) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEnd**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEndScaled**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEndSort**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawFlip**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int \_\_cdecl **DrawGenTexture**\(DrawFilter f, bool luminance, DrawWrap wrap, bool altTexture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int \_\_cdecl **DrawGetNumTiles**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | RendererType \_\_cdecl **DrawGetRenderer**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawInit**\(HWND\_\_\* hwnd) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long\* \_\_cdecl **DrawLockSurface**\(int w, int h, DrawFilter tf) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawOrtho**\(int left, int right, int bottom, int top, int index) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawPointSize**\(float size) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawPopState**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawPushState**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawReadPixels**\(int x, int y, int width, int height, unsigned char\* pixels) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawResetDevice**\(int width, int height, bool fullscreen) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawScissor**\(int x, int y, int w, int h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawSetRenderer**\(RendererType renderer) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawSupportsBGRA**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawSupportsTones**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int \_\_cdecl **DrawSurfacePitch**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawTexCoord**\(int s, int t) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawVertex**\(int x, int y) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawViewport**\(int x, int y, int w, int h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawOrtho11Begin**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawOrtho11End**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformFromScreenH**\(float h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformFromScreenW**\(float w) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawTransformToScreen**\(:ref:`SDL_Rect`\* w, :ref:`SDL_Rect`\* s) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformToScreenH**\(float h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformToScreenW**\(float w) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawQuad**\(:ref:`CRect`\& rDest, :ref:`CRect`\& rClip) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawQuad**\(:ref:`CRect`\& rDest, :ref:`CRect`\& tDest, :ref:`CSize`\& texSize, :ref:`CRect`\& rClip) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawQuad**\(:ref:`CRect`\& r, :ref:`CRect`\& tt, :ref:`CSize`\& texSize) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawQuad**\(int x, int y, :ref:`CSize`\& texSize, :ref:`CRect`\& rClip) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawQuad**\(int x, int y, :ref:`CSize`\& texSize, :ref:`CRect`\& rClip, :ref:`CPoint`\& atlasOffset, :ref:`CSize`\& atlasSize, unsigned long dwFlags) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawTris**\(const unsigned long\* colors, :ref:`CPoint`\* positions, const short\* indices, int count, :ref:`CPoint` Offset) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long \_\_cdecl **DrawAlpha_DX**\(unsigned long alpha) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBeginScaled_DX**\(int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBeginSort_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBegin_DX**\(DrawMode mode) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBindTexture_DX**\(int texture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBlendFunc_DX**\(DrawBlend src, DrawBlend dst) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBlurAmount_DX**\(float amount) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawCheckDeviceReadiness_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawCleanup_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawClear_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawColorTone_DX**\(DrawTone tone) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long \_\_cdecl **DrawColor_DX**\(unsigned long color) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ID3DXEffect\* \_\_cdecl **DrawCompileProgram_DX**\(const char\* fxSource) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawCompressedTexImage2D_DX**\(int w, int h, int format, int imageSize, const void\* data) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawCreateProgram_DX**\(int index, const char\* fxSource) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawDeleteTexture_DX**\(int texture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawDisable_DX**\(DrawFeature f) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEnable_DX**\(DrawFeature f) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEndScaled_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEndSort_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEnd_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawFlip_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawFlush_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int \_\_cdecl **DrawGenTexture_DX**\(DrawFilter f, bool luminance, DrawWrap wrap, bool altTexture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawInit_DX**\(HWND\_\_\* hwnd) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long\* \_\_cdecl **DrawLockSurface_DX**\(int w, int h, DrawFilter tf) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawOrtho11Begin_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawOrtho11End_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawOrtho_DX**\(int left, int right, int bottom, int top, int index) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawPopState_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawPushState_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawReadPixels_DX**\(int x, int y, int width, int height, unsigned char\* pixels) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawResetDevice_DX**\(int width, int height, bool fullscreen) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawScissor_DX**\(int x, int y, int w, int h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawSupportsRenderer_DX**\(RendererType rt) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int \_\_cdecl **DrawSurfacePitch_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawTexCoord_DX**\(int s, int t) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformFromScreenH_DX**\(float h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformFromScreenH_GL**\(float h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawVertex_DX**\(int x, int y) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawViewport_DX**\(int x, int y, int w, int h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long \_\_cdecl **DrawAlpha_GL**\(unsigned long alpha) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBeginScaled_GL**\(int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBeginSort_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBegin_GL**\(DrawMode mode) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBindTexture_GL**\(int texture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBlendFunc_GL**\(DrawBlend src, DrawBlend dst) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBlendFunc_GL**\(DrawBlend src, DrawBlend dst) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawBlurAmount_GL**\(float amount) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawClear_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawColorTone_GL**\(DrawTone tone) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long \_\_cdecl **DrawColor_GL**\(unsigned long color) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned int \_\_cdecl **DrawCompileProgram_GL**\(const char\* vpSource, const char\* fpSource) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned int \_\_cdecl **DrawCompileShader_GL**\(const char\* fileName, unsigned int type, const char\* source) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawCompressedTexImage2D_GL**\(int w, int h, int format, int imageSize, const void\* data) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawCreateProgram_GL**\(int index, const char\* vertexSource, const char\* fragmentSource) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawDeleteTexture_GL**\(int texture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawDisable_GL**\(DrawFeature f) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEnable_GL**\(DrawFeature f) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEndScaled_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEndSort_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawEnd_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawFlip_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawFlush_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int \_\_cdecl **DrawGenTexture_GL**\(DrawFilter f, bool luminance, DrawWrap wrap, bool altTexture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int \_\_cdecl **DrawGetNumTiles_DX**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int \_\_cdecl **DrawGetNumTiles_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawHookUpGLFunctions**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawInit_GL**\(HWND\_\_\* hwnd) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawInitializeTexture_GL**\(int texture) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | unsigned long\* \_\_cdecl **DrawLockSurface_GL**\(int w, int h, DrawFilter tf) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawOrtho11Begin_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawOrtho11End_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawOrtho_GL**\(int left, int right, int bottom, int top, int index) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawPopState_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawPushState_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawReadPixels_GL**\(int x, int y, int width, int height, unsigned char\* pixels) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawResetDevice_GL**\(int width, int height, bool fullscreen) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawScissor_GL**\(int x, int y, int w, int h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawSupportsRenderer_GL**\(RendererType rt) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | bool \_\_cdecl **DrawSupportsTones_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | int \_\_cdecl **DrawSurfacePitch_GL**\() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawTexCoord_GL**\(int s, int t) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformFromScreenW_DX**\(float w) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformFromScreenW_GL**\(float w) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformToScreenH_DX**\(float h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformToScreenH_GL**\(float h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformToScreenW_DX**\(float w) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | float \_\_cdecl **DrawTransformToScreenW_GL**\(float w) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawTransformToScreen_DX**\(:ref:`SDL_Rect`\* w, :ref:`SDL_Rect`\* s) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawTransformToScreen_GL**\(:ref:`SDL_Rect`\* w, :ref:`SDL_Rect`\* s) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawVertex_GL**\(int x, int y) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void \_\_cdecl **DrawViewport_GL**\(int x, int y, int w, int h) | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+